home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / ALEXLEVI / DEMO / TVDEMO.HLP (.txt) < prev   
Borland Turbo Vision Help  |  1994-04-04  |  67KB  |  1,292 lines

  1.  Turbo Vision / Alex Levitas Utilities Demo
  2. (Turbo Pascal/Turbo Vision & Alex Levitas' Utilities demonstration) 
  3. Welcome to Turbo Vision and Alex Levitas' utilities demo. This is a demonstration program that allows you to view some of the capablilities of Turbo Pascal/Turbo Vision and Alex Levitas' Utilities. The 
  4.  menu is accessed by pressing Alt-Space.  All the other menus are accessed by pressing Alt-Z, where Z is the first letter of the menu. For example, the "File" menu is pulled down by Alt-F. )
  5. Press ESC to put this help screen away. 
  6.  File Editor
  7. A file editor allows editing of a text file. A file is loaded via the File
  8. Open menu item. M
  9.  Insert & Delete Commands
  10.   Insert mode on/off    
  11.  Ctrl+V or Ins
  12.   Delete line           
  13.  Ctrl+Y
  14.   Delete to end of line 
  15.  Ctrl+Q Y
  16.   Delete character left 
  17.  Ctrl+H or Backspace
  18.   Delete character      
  19.  Ctrl+G or Del
  20.   Delete word right     
  21.  Ctrl-T
  22.  Cursor Movement Commands
  23.   Character left  
  24.  Ctrl+S or Left arrow
  25.   Character right 
  26.  Ctrl+D or Right arrow
  27.   Word left       
  28.  Ctrl+A or Ctrl+Left arrow
  29.   Word right      
  30.  Ctrl+F or Ctrl+Right arrow
  31.   Line up         
  32.  Ctrl+E or Up arrow
  33.   Line down       
  34.  Ctrl+X or Down arrow
  35.   Page up         
  36.  Ctrl+R or PgUp
  37.   Page down       
  38.  Ctrl+C or PgDn
  39.  Block Commands
  40.   Mark block begin    
  41.  Ctrl+K B
  42.   Mark block end      
  43.  Ctrl+K K
  44.   Mark single word    
  45.  Ctrl+K T
  46.   Delete block        
  47.  Ctrl+K Y
  48.   Copy to clipboard   
  49.  Ctrl+Ins
  50.   Cut to clipboard    
  51.  Shift+Del
  52.   Delete block        
  53.  Ctrl+Del
  54.   Paste to clipboard  
  55.  Shift+Ins
  56.  Miscellaneous Editor Commands
  57.   Menu bar             
  58.                        
  59.   Save and edit        
  60.  Ctrl+K S or F2
  61.   Open file            
  62.   Close active window  
  63.  Alt+F3
  64.   Switch active window 
  65.                        
  66.   Tab                  
  67.  Ctrl+I or Tab
  68.                        
  69.   Find                 
  70.  Ctrl+Q F
  71.   Find & Replace       
  72.  Ctrl+Q A
  73.   Repeat last find     
  74.  Ctrl+L
  75.                        
  76.   Abort operation      
  77. File editors can be resized and moved using the Windows menu. 
  78.  (System) menu 
  79.     (Alt-Spacebar)
  80. The System menu appears on the far left of the menu bar and is represented by the 
  81.  symbol. 
  82. About 
  83. When you choose the About command from the 
  84.  (System) menu, a dialog box appears, showing copyright and version information. G
  85. To close the box, press Esc, Space, or Enter, or click the OK button. 
  86.  File  (Alt-F) 
  87. The File menu includes choices for opening and saving files, changing directories, DOS shell, and exiting the program. 
  88.  File
  89. Open  (F3) 
  90. The Open command displays the Open a File dialog box. In this dialog box you select the text file you want edit in a file
  91. editor. &
  92. The Open
  93. File dialog box contains: 
  94.  an input
  95. box with a history list
  96.  a list
  97. box to browse the directory
  98.  the standard Cancel button
  99.  Open action button
  100.  an information panel that describes the
  101.    selected file
  102.  File
  103. The New command creates a new editor window.  The window's name is "Untitled", and is empty. 
  104.  File
  105. Save 
  106. The Save command allows you to save the current editor window to a disk file.  If the window already has a name, the file will be saved under this same name.  If you wish to save the file under a new name, select the File|Save
  107. As command instead. 
  108.  File
  109. Save As 
  110. The Save As command allows you to save the current editor window to a new file name.  Note that if an editor window does not have a name (it is called "Untitled") selecting File|Save will execute the Save As dialog box. 
  111.  File
  112. Save all 
  113. The Save all command saves all editor windows to disk. 
  114.  File
  115. Change Dir...
  116. Change Dir brings up the Change
  117. Directory dialog box, in which you can change the current directory. 
  118.  File
  119. DOS Shell 
  120. With the DOS Shell command, you can leave the program temporarily to perform a DOS command or run another program. 9
  121. To return to this program, type EXIT at the DOS prompt. 
  122.  File
  123. Exit 
  124.      (Alt-X)
  125. The Exit command terminates this program. 
  126.  Edit  (Alt-E) 
  127. The Edit menu includes choices for UNDO in the editor and managing the clipboard. 
  128.  Edit
  129. Undo 
  130. The Undo command allows you to "take back" the last editor action you performed.  For example, if the line: 
  131.   This is an editor test
  132. is changed to: 
  133.   This was an editor test
  134. the Undo command will become active.  Executing the Undo command will cause the line to revert back to its original version.  Note that changes which can be undone are grouped into similar actions, such as typing, or deleting characters.  Any action type you perform that is different than the last action type will cause the Undo information to be lost. 
  135.  Edit
  136. The Cut command removes the selected text and places it on the Clipboard.  Any information previously on the clipboard is lost.  Text cut from the editor may be immediately replaced by selecting the Undo command before moving the cursor. 
  137.  Edit
  138. Copy 
  139. The Copy command places a copy of the selected text on the Clipboard.  The selected information is left unchanged, but any information previously on the clipboard is lost. 
  140.  Edit
  141. Paste 
  142. The Paste command inserts a the contents of the clipboard into the current editor window at the cursor position.  The contents of the clipboard remain unchanged.  If any text is selected in the current editor window, the highlighted text is replaced by the text coming from the clipboard.  Information pasted into an editor may be removed immediately by using the Undo command before moving the cursor. 
  143.  Edit
  144. Show Clipboard 
  145. The Show Clipboard command will display the Clipboard contents is an ordinary editor window.  Note that Cut and Paste commands are not enabled while the clipboard is the focused window. 
  146.  Edit
  147. Clear 
  148. The Clear command removes any selected text from the current editor without placing a copy of the text on the clipboard.  The effects of this command may be reversed by selecting Undo before moving the cursor. 
  149.  Search (Alt-S) 
  150. The Search menu provides text search and replace in the topmost edit window. 
  151.  Search
  152. Find 
  153. The Find command performs a text search in the editor. 
  154.  Search
  155. Replace 
  156. The Replace command performs a text search and replace in the editor. 
  157.  Search
  158. Search again 
  159. The Search again repeats the last Find or Replace. 
  160.  Window 
  161.     (Alt-W)
  162. The Window menu contains commands to close, move and perform other window-management commands. 
  163. Most of the windows in this program have all the standard window elements, including scroll bars, a close box, and zoom icons. >
  164. For more about windows and their elements, refer to windows. 9
  165.  Window-management commands
  166.  Size/Move           Zoom
  167.  Tile             Cascade
  168.  Next             Previous
  169.  Close
  170.  Window
  171. Size/Move 
  172.      (Ctrl-F5)
  173. Choose this command to change the size or position of the active window. 
  174.   Size
  175. If you press Shift while you use the arrow keys, you can change the size of the active window. Once you've adjusted its size or position, press Enter. Q
  176. If a window has a Resize corner, you can drag that corner to resize the window. 
  177.   Move
  178. When you choose Window
  179. Size/Move, the active window moves in response to the arrow keys. Once you've moved the window to where you want it, press Enter. F
  180. You can also move a window by dragging its title bar with the mouse. 
  181.  Window
  182. Zoom 
  183.    (F5)
  184. Choose Zoom to resize the active window to the maximum size. If the window is already zoomed, you can choose this command to restore it to its previous size. {
  185. You can also double-click anywhere on the window's title bar (except where an icon appears) to zoom or unzoom the window. 
  186.  Window
  187. Tile 
  188. Choose Window
  189. Tile to tile all file viewers on the desktop. L
  190.                
  191.                
  192.                
  193.                
  194.                
  195.                
  196.                
  197.                
  198.                
  199.                
  200.                
  201.                
  202.                
  203.                
  204.                
  205.                
  206.              Tiled Windows
  207.  Window
  208. Cascade 
  209. Choose Window
  210. Cascade to stack all file viewers on the desktop. A
  211.                          
  212.                          
  213.                          
  214.                          
  215.                          
  216.         Cascaded Windows
  217.  Window
  218. Next 
  219. Choose Next to cycle forwards through the windows on the desktop. 
  220.  Window
  221. Close 
  222.     (Alt-F3)
  223. Choose Close to close the active window. O
  224. You can also click the Close box in the upper right corner to close a window. 
  225.  Help on the Mouse Options dialog box 
  226. This dialog box consists of one check box, one slider bar, and the standard buttons OK and Cancel. 
  227.  Mouse Double Click       
  228.  Slow     Medium     Fast 
  229. The Mouse Double Click slider bar adjusts the double-click speed of your mouse. ^
  230.  [X] Reverse Mouse Buttons 
  231. Reverse Mouse Buttons makes the right mouse button take on the normal functions of the left--and vice versa. 6
  232.  See also:
  233.  Options
  234. Mouse...
  235. command
  236.  Options  (Alt-O) 
  237. The Options menu contains commands that let you change mouse and keyboard default settings and save/retrieve DeskTop. 
  238.  Options
  239. Mouse... 
  240. The Mouse command brings up the Mouse
  241. Options dialog box, where you can set various options that control how your mouse works, including: C
  242.  auto-repeat speed (char/sec)
  243.  delay before auto-repeat (sec)
  244.  Options
  245. Keyboard... 
  246. The Keyboard command brings up the Keyboard
  247. Speed dialog box, where you can set various options that control how your keyboard work works, including: R
  248.  how fast a double-click is
  249.  which mouse button (right or left) is
  250.    active
  251.  Options
  252. Save Desktop 
  253. Saves the state of all open windows to a file call TVDEMO.DSK. This file can be reloaded by selecting Options
  254. Desktop. 
  255.  Options
  256. Load Desktop 
  257. Restore a previously-saved state of all open windows from a file call TVDEMO.DSK. This file is saved via the Options
  258. Desktop menu command. 
  259.  Help on Open a File Dialog Box 
  260. The Open a File dialog box contains an input box, a file
  261. list, a file information panel, the standard button Cancel, one other action button (Open), plus a history list that's attached to the Name
  262. inputbox. 
  263.  Name 
  264.                                  
  265. The Name input box is where you enter the name of the file to load, or the file-name mask to use as a filter for the Files list box (for example, *.*). 
  266.  Files 
  267.                                  
  268.   FILENM01.PAS  
  269.   FILENM09.PAS  
  270.   FILENM02.PAS  
  271.   FILENM10.PAS  
  272.   FILENM03.PAS  
  273.   FILENM11.PAS  
  274.   FILENM04.PAS  
  275.   FILENM12.PAS  
  276.   FILENM05.PAS  
  277.   ..            
  278.   FILENM06.PAS  
  279.   \MOREXAMP     
  280.   FILENM07.PAS  
  281.   \TOURS        
  282.   FILENM08.PAS  
  283.   \ANSWERS.DIR  
  284. The Files list box lists the names of files in the current directory that match the file-name mask in the Name input box, plus the parent directory and all subdirectories. 
  285.  C:\TP\EXAMPLES\*.PAS                     
  286.  HELLO.PAS       52  Jul 14,1990  12:00pm 
  287. The File information panel shows the path name, file name, date, time, and size of the selected file. =
  288. None of the items on this information panel are selectable. 
  289.  [ Open ] 
  290. The Open button opens a new Viewer window and places the selected file in that window. 
  291.  [ Cancel ] 
  292. If you choose Cancel, nothing changes and no action occurs, and the dialog box is put away. M
  293. (Esc always cancels a dialog box, even if a Cancel button does not appear.) 
  294.  [ Open ] 
  295. In the Open a File dialog box, if you choose the Open button TVDEMO opens a new file
  296. editor and places the selected file in that window. 
  297.  Help on the Change Directory dialog box 
  298. The Change Directory dialog box consists of an input box, a list box, the standard OK and Help buttons, and two other buttons (Chdir and Revert). |
  299.  Directory Name 
  300.                                      
  301. The Directory Name input box is where you type in the path of the new directory. 
  302.  Directory Tree 
  303.    Drives                            
  304. C:\                            
  305.      
  306. TP                           
  307.        
  308. TVISION                    
  309. The Directory Tree list box enables you to navigate directories by using the selecting bar and pressing Enter. 
  310. If you're using the keyboard, press Enter to make the selected directory be the current directory, then choose OK or press Esc to exit the dialog box. +
  311.  [Chdir ] 
  312. The Chdir button changes the current directory once you've selected or typed in a directory name. +
  313.  [Revert] 
  314. The Revert button goes back to the previous directory, as long as you haven't yet exited the dialog box. 
  315.  Window
  316. Close All 
  317. Choose Close all to remove all windows from the desktop. 
  318.  Window
  319. Previous 
  320. Choose Previous to cycle backwards through the windows on the desktop. 
  321.  Search
  322. Go To Line
  323. The Go to Line command displays the Go
  324. Line dialog box, which prompts for the line number you want to find. 
  325.  VGA Font Editor
  326. Open VGA
  327. Editor. 
  328.  Epson Font Editor
  329. Open Epson
  330. Editor. 
  331.  Keyboard Map Editor
  332. Open Keyboard
  333. Editor. 
  334.  Mouse Cursor Editor
  335. Open Mouce
  336. Cursor
  337. Editor. 
  338.  Print Manager
  339. Open Print
  340. Manager. 
  341.  Programmer Calculator
  342. Open Programmer
  343. Calculator. 
  344.  NoteBook
  345. Open NoteBook. 
  346.  File 
  347.  Execute DOS Command
  348. Open Execute
  349. Command dialog. 
  350.  Programmer Calculator
  351. The calculator is a simple programmer calculator with add, subtract, multiply, divide, arithmetic shift left/right, and bitwise AND , OR, XOR and NOT operations. There are also 4 radixes: decimal, hexadecimal, octal and binary. To operate the calculator you can either use the keyboard or click the buttons on the calculator with the mouse.  The BackSpace key will erase the last character typed. The '
  352. ' and '
  353. ' keys will shift value left/right (the keyboard equivalent of '
  354. ' is Ctrl-Left-Arrow/Ctrl-Right-Arrow). The '
  355. ' key toggles the value from positive to negative (the keyboard equivalent of '
  356. ' is '_'). 
  357.  NoteBook
  358. The notebook is a combination of text editor and calendar that allows to edit a separate page for each day of the year. For January 1st open 1st page, for January 2nd - 2nd page etc. January 1st of the next year will also open the 1st page, i.e., you can write notes only for a single year. 
  359. The NoteBook contains: V
  360.  the editor
  361. window
  362.  the calendar
  363.  the 'Clear' button
  364.  the 'Save' button
  365.  The Edit Window
  366. The edit window is where you type in and edit notebook page. Editing keys are similar to Turbo Pascal. 
  367.           
  368.  Date indicator
  369.           
  370.  30-Aug-93 
  371.                                              
  372.                                              
  373.                                              
  374.                                              
  375.                                              
  376.                                              
  377.                                              
  378.                                              
  379.                                              
  380.                                              
  381.                                              
  382.                                              
  383.                                              
  384.                                              
  385.  YY:XX 
  386.        
  387.        
  388.  Position Indicator
  389.  Modification Indicator
  390. Date indicator shows the date being edited (notebook page). 
  391. Position indicator at the bottom of the edit window frame shows the cursor's position (the current line and column number) as YY:XX , where YY is the line number and XX is the column number. 
  392. If editing text was modified, a '
  393. ' character (the modification indicator) will be displayed at the bottom of the edit window frame. 
  394.  See also:
  395.   Editor
  396. commands
  397.  Insert & Delete Commands
  398.  Insert mode on/off   
  399.  Ctrl+V or Ins
  400.  Delete line          
  401.  Ctrl+Y
  402.  Delete to end of line
  403.  Ctrl+Q Y
  404.  Delete character left
  405.  Ctrl+H or Backspace
  406.  Delete character     
  407.  Ctrl+G or Del
  408.  Cursor Movement Commands
  409.  Character left  
  410.  Ctrl+S or Left arrow
  411.  Character right 
  412.  Ctrl+D or Right arrow
  413.  Word left       
  414.  Ctrl+A or Ctrl+Left arrow
  415.  Word right      
  416.  Ctrl+F or Ctrl+Right arrow
  417.  Line up         
  418.  Ctrl+E or Up arrow
  419.  Line down       
  420.  Ctrl+X or Down arrow
  421.  Page up         
  422.  Ctrl+R or PgUp
  423.  Page down       
  424.  Ctrl+C or PgDn
  425.  Block Commands
  426.  Mark block begin         
  427.  Ctrl+K B
  428.  Mark block end           
  429.  Ctrl+K K
  430.  Mark single word         
  431.  Ctrl+K T
  432.  Delete block             
  433.  Ctrl+K Y
  434.  Copy to clipboard        
  435.  Ctrl+Ins
  436.  Cut to clipboard         
  437.  Shift+Del
  438.  Delete block             
  439.  Ctrl+Del
  440.  Paste to clipboard       
  441.  Shift+Ins
  442.  Miscellaneous Editor Commands
  443.  Menu bar             
  444.  Close active window  
  445.  Alt+F3
  446.                       
  447.  Tab                  
  448.  Ctrl+I or Tab
  449.                       
  450.  Find                 
  451.  Ctrl+Q F
  452.  Find & Replace       
  453.  Ctrl+Q A
  454.  Repeat last find     
  455.  Ctrl+L
  456.  Abort operation      
  457.  The Calendar
  458. The calendar shows the current date and notebook page and allows to select another date. Use mouse or arrow keys to select needed day. Clicking the mouse on the Up Arrow, pressing '-' key, or PgUp key jump month back. Clicking the mouse on the Down Arrow down, pressing '+' key, or PgDn key jump month ahead. 
  459.  The 'Clear' Button
  460. The 'Clear' button clears editing notebook page. 
  461.  The 'Save' Button
  462. The 'Save' button saves editing notebook page. 
  463.  Print Manager
  464. This utility allows printing text files or editor windows with different fonts. Supports also underlining and emphasizing. 
  465. The print manager contains: 
  466.  the 'Letters' radio button
  467.  the 'From' radio button
  468.  the 'Language
  469. Case-Sensitive' check box
  470.  the 'Emphasized' list
  471.  the 'Underlined' list
  472.  the 'Menu' button
  473.  the 'Print' button
  474.  The 'Letters' Radio Button
  475. The 'Letters' radio button determines the type of letters to print. May select one of three fonts: 
  476. ) Draft - normal printer font
  477.  ( ) Bold  - quality double-strike font
  478.  ( ) Small - quality double-strike compressed font - 132 characters/line
  479.  The 'From' Radio Button
  480. The 'From' radio button determines what will be printed. May select one of three options: 
  481. ) Editor  Window - print contents of last active editor window
  482.  ( ) Selected  Text - print selected text from last active editor window
  483.  ( ) Disk Text File - print contents of text file
  484.  The 'Language is Case-Sensitive' Check Box
  485. If 'Emphasized' and 'Underlined' lists are not empty then before printing each word will be compared with each pattern in this lists. The 'Language is Case-Sensitive' check box determines if this check will be case-sensitive. 
  486.  The 'Emphasized' List
  487. If 'Emphasized' list is not empty then each word before printing will compared with each pattern of 'Emphasized' list and the equal words will be printed emphasized. To add a new pattern press Insert key and enter pattern. To delete pattern press Delete key. Pattern can contain '*' and '?' wildcard characters, where '*' may be any number of any characters (or none) and '?' may be any one character. 
  488.  See also:
  489.   'Underlined' List
  490.   'Language
  491. Case-Sensitive' Check Box
  492.  The 'Underlined' List
  493. If 'Underlined' list is not empty then each word before printing will compared with each pattern of 'Underlined' list and the equal words will be printed underlined. To add a new pattern press Insert key and enter pattern. To delete pattern press Delete key. Pattern can contain '*' and '?' wildcard characters, where '*' may be any number of any characters (or none) and '?' may be any one character. 
  494.  See also:
  495.   'Emphasized' List
  496.   'Language
  497. Case-Sensitive' Check Box
  498.  The 'Menu' Button
  499. The 'Menu' button opens the print manager menu. 
  500.  The 'Print' Button
  501. The 'Print' button start printing according to defines. The message 'Printing process' is displayed at print time. If printing isn't possible, an error message will be displayed. 
  502.  Menu
  503. Load 'Emphasized' List
  504. Load text file where each line in file is a pattern for the 'Emphasized' list. Old list items will cleared. 
  505.  Menu
  506. Save 'Emphasized' List
  507. Save 'Emphasized' list into text file where each line in file is a pattern from the 'Emphasized' list. If 'Language
  508. Case-Sensitive' check box was checked then list items will be saved case-sensitive, else items will be saved in upper case and without duplicates. 
  509.  Menu
  510. Load 'Underlined' List
  511. Load text file where each line in file is a pattern for the 'Underlined' list. Old list items will cleared. 
  512.  Menu
  513. Save 'Underlined' List
  514. Save 'Underlined' list into text file where each line in file is a pattern from the 'Underlined' list. If 'Language
  515. Case-Sensitive' check box was checked then list items will be saved case-sensitive, else items will be saved in upper case and without duplicates. 
  516.  Menu
  517. Configuration
  518. Opens Print
  519. Options dialog box that define page length, size of top, bottom and left margin etc. 
  520.  Print Options Dialog
  521. The Print Options dialog box let you define page length, size of top, bottom and left margin, in which line will printed page number (if will printed), are you want stop printing before each page, are you want eject page before or/and after printing and are you want print odd or/and even pages. 
  522.  Menu
  523. Load Confuguration
  524. Load print manager configuration, 'Emphasized' and 'Underlined' lists and state of 'Letters', 'From' and 'Case-Sensitive' switches from configuration file. 
  525.  Menu
  526. Save Configuration
  527. Save print manager configuration, 'Emphasized' and 'Underlined' lists and state of 'Letters', 'From' and 'Case-Sensitive' switches into configuration file. 
  528.  Mouse Cursor
  529. Mouse cursor is a bitmap matrix 16 x 16 pixels where any pixel may be one from 4 types 
  530.  White   - pixel always white.
  531.  Black   - pixel always black.
  532.  Glass   - pixel is "glass", invisible.
  533.  Inverse - pixel color complement to background (white on black, red on blue etc) .
  534. One dot of this matrix is the "hot dot" - the mouse coordinates origin. 4
  535. For more information see mouse programmer's guide. 
  536.  Mouse Cursor Editor
  537. This is utility is for creating icon for mouse
  538. cursor and saving result of editing as .ASM, .C or .PAS file that contain a procedure for changing mouse cursor icon. #
  539. The mouse cursor editor contains: r
  540.  the edit
  541. window
  542.  the status
  543.  the 'Menu' button
  544.  the 'See
  545. mouse' button
  546.  the short help text
  547.  The Edit Window
  548. In the left side of mouse cursor editor window you can see a framed rectangle - edit window. ]
  549.             Edit Window
  550.                  
  551.                  
  552.  Cursor
  553.  YY:XX 
  554.        
  555.        
  556.  Position Indicator
  557.  Modification Indicator
  558. Cursor is a blinking square in the edit window. 
  559. Position indicator at the bottom of the edit window frame shows the cursor's position (the current line and column number) as YY:XX, where YY is the line number and XX is the column number. 
  560. If editing icon was modified, a '
  561. ' character (the modification indicator) will be displayed at the bottom of the edit window frame. 
  562.  Available keys are:
  563.   Key           
  564.   Action
  565.   Arrow Keys    
  566.   Move Cursor
  567.   PgUp/PgDn     
  568.   Go to Bottom/Top of Column
  569.   Home/End      
  570.   Go to Begin/End of Line
  571.   G             
  572.   Set 'Glass' Point
  573.   W             
  574.   Set White Point
  575.   B             
  576.   Set Black Point
  577.   I             
  578.   Set Inverse Point
  579.   H             
  580.   Set 'Hot Dot'
  581.   ^Left/^Right  
  582.   Shift Left/Right
  583.   ^U/^D         
  584.   Shift Up/Down
  585.   ^Del/^Ins     
  586.   Delete/Insert Line
  587.   ^E/^W         
  588.   Delete/Insert Column
  589.   ^C/^F         
  590.   Clear/Fill
  591.   ^V/^H         
  592.   Vertical/Horizontal Flip
  593.   ^O            
  594.   Rotate
  595.  See also:
  596.   Mouse
  597. Cursor
  598.  The Status Line
  599. The status line is a specialized view, displayed at the bottom of the mouse cursor editor window. Status line displays are lists of available dot types, short keys and pictures for this dot types. 
  600.  oo  [G]lass  
  601.   [W]hite  
  602.   [B]lack  
  603.   [I]nvers  
  604.   [H]ot dot 
  605.   'Glass' - dot type
  606.   [G] - short key for 'glass' dot
  607.   picture for 'glass' dot
  608. Clicking the mouse on a short key will set dot of this type into cursor position in the edit window. 
  609.  See also:
  610.   Mouse
  611. Cursor
  612.  The 'Menu' Button
  613. The 'Menu' button opens  mouse cursor editor menu. 
  614.  The 'See mouse' Button
  615. The 'See mouse' button opens screen that contain 9 areas filled by different colors and patterns and show editing mouse cursor icon. You can try this cursor icon on different background colors and patterns. To resume press any mouse button. b
  616. 'See mouse' button may be pressed by mouse only. If you haven't mouse you can't use this option. 
  617.  Menu
  618. The Open command displays the Open File dialog box. In this dialog box you select the .MCE file you want to edit. 
  619.  Menu
  620. The New command creates a new empty .MCE file. The file name is 'NONAME.MCE'. 
  621.  Menu
  622. Save current .MCE file. If the file has a default name (such as NONAME.MCE), this option is opened as dialog box so you can rename the file and save it in a different directory or on a different drive. 
  623.  Menu
  624. Save As
  625. Save As opens up the Save File As dialog box, where you can save the editing mouse cursor icon under a different name, in a different directory, or on a different drive. ]
  626. You can enter the new file name, including the drive and directory, and click or choose OK. 
  627.  Menu
  628. Make .ASM
  629. Create .ASM file that contains code of procedure that change icon of mouse
  630. cursor. 
  631.  Menu
  632. Make .C
  633. Create .C file that contains code of procedure that change icon of mouse
  634. cursor. 
  635.  Menu
  636. Make .PAS
  637. Create .PAS file that contains code of procedure that change icon of mouse
  638. cursor. 
  639.  VGA Font
  640. VGA screen font is bitmapped font 8 x N where N is any number between 1 and 16. 
  641.         8 x 16              8 x 14               8 x 8
  642. Largest font is 8 x 32, but usually we don't use a font larger than 8 x 16, so this font editor supports font size up to 8 x 16. In text mode VGA screen default vertical resolution is 400 pixels and default font is 8 x 16, therefore number of lines is 400 / 16 = 25. If we downloaded new font with a different size then number of lines will be redefined as ScreenVerticalResolution / FontVerticalSize. Screen resolusion may be low (640 x 200 such CGA), middle (640 x 350 such EGA) and high (720 x 400, when this resolution used font size is 9 x N - for characters #192..#223 9th column copied from 8th, for other characters this column is empty). Allowed is any combination of font size and screen resolution. VGA screen has 3 default fonts for text mode - 8 x 8, 8 x 14 and 8 x 16. Font editor allows to create also a font with different size. 2
  643. For more information see VGA programmer's guide. 
  644.  VGA Font Editor
  645. This utility is used to edit a VGA
  646. font and save result of editing as .ASM, .C or .PAS file that contains procedure for changing VGA font or in internal format (extention of VGA font file is 'Vxx' where 'xx' is font size, for example '08' for 8 x 8 font). 
  647. The VGA font editor contains: 
  648.  the edit
  649. window
  650.  the 'Menu' button
  651.  the 'See/Select' button
  652.  the editing
  653. letter
  654. indicator
  655.  the short help text
  656.  The Edit Window
  657. In left side of VGA font editor window you can see framed rectangle - edit window. 
  658.          Edit Window
  659.               
  660.               
  661.      
  662.      
  663.      
  664.      
  665.      
  666.      
  667.  Cursor
  668.      
  669.      
  670.      
  671.      
  672.      
  673.      
  674.      
  675.      
  676.  YY:XX 
  677.           
  678.           
  679.  Position Indicator
  680. Cursor is a blinking square in the edit window. 
  681. Position indicator at the bottom of the edit window frame shows the cursor's position (the current line and column number) as YY:XX, where YY is the line number and XX is the column number. 
  682.  Available keys are:
  683.   Key                  
  684.   Action
  685.   Arrow Keys           
  686.   Move Cursor
  687.   PgUp/PgDn            
  688.   Go to Bottom/Top of Column
  689.   Home/End             
  690.   Go to Begin/End of Line
  691.   Ctrl-PgUp/Ctrl-PgDn  
  692.   Select Next/Previous Letter
  693.   Ctrl-Home/Ctrl-End   
  694.   Select First/Last Letter
  695.   ^Left/^Right         
  696.   Shift Left/Right
  697.   ^U/^D                
  698.   Shift Up/Down
  699.   ^Del/^Ins            
  700.   Delete/Insert Line
  701.   ^E/^W                
  702.   Delete/Insert Column
  703.   ^C/^F                
  704.   Clear/Fill
  705.   ^V/^H                
  706.   Vertical/Horizontal Flip
  707.   ^N                   
  708.   Invers (Negative)
  709.  See also:
  710.   VGA
  711.  The Editing Letter Indicator
  712. The editing letter indicator is a specialized view, displayed at the bottom of the VGA font editor window frame. The editing character and hexadecimal and decimal ASCII values of this character are displayed. If editing font was modified, a '
  713. ' character (the modification indicator) will be displayed at the bottom of the edit window frame. 
  714.                                                     
  715.  Char: A Decimal: 65 Hexa: 41 
  716.      
  717.      
  718.  Modification Indicator
  719.  The 'Menu' Button
  720. The 'Menu' button opens VGA font editor menu. 
  721.  The 'See/Select' Button
  722. If size of current font is equal to size of editing font then the 'See/Select' button opens See/Select dialog that contains current and editing fonts table and allow to see and try editing font or select next letter to be edited. 
  723.  Menu
  724. The Open command displays the Open a File dialog box. In this dialog box you select the VGA font file you want to edit. Extention of VGA font file is 'Vxx' where 'xx' is font size, for example '08' for 8 x 8 font. 
  725.  Menu
  726. The New command opens the Select
  727. Size dialog. If this dialog wasn't canceled, it then creates a new VGA font file. The file name is 'NONAME.Vxx' where 'xx' is font size (for example '08' for 8 x 8 font). If selected font size is equal to current font size, then file will contain current font. Otherwise file is empty. 
  728.  Select Font Size Dialog
  729. The Select Font Size dialog contains a set of radio buttons where each button is matched to a font size between 8 x 1 and 8 x 16 scan lines per character. Default selection is the current font size. You can select needed size and press Enter or click on the OK button, or cancel by pressing Esc or clicking on Cancel button. 
  730.  See also:
  731.   VGA
  732.  Menu
  733. Save current VGA font file. If the file has a default name (such as 'NONAME.Vxx' where 'xx' is font size (for example '08' for 8 x 8 font)), the VGA font editor opens the "Save File As" dialog box so you can rename the file and save it in a different directory or on a different drive. 
  734.  Menu
  735. Save As
  736. Save As opens up the Save File As dialog box, where you can save the edited font under a different name, in a different directory, or on a different drive. ]
  737. You can enter the new file name, including the drive and directory, and click or choose OK. 
  738.  Menu
  739. Merge
  740. Merge characters from another VGA font file. If size of selected font is different from editing font size, then this characters will be truncated or enlarged. 
  741.  See also:
  742.   VGA
  743.  Merge Font Dialog
  744. The Merge Font dialog allows select characters to be copied from selected font file. It then positions these characters in the edited font file. The "From" table shows selected font file - you can select some characters which will be copied by Shift-ArrowKeys or by mouse (selected characters will be marked by different background color). The "Into" table shows the editing font - you can select starting position to copy characters by arrow keys (area which will be owerwritten will be marked by different background color). Indicator at the bottom of window shows which characters will be copied into which characters. 
  745.  Menu
  746. Make .ASM
  747. Create .ASM file that contains code of procedure to download VGA
  748. font. 
  749.  Menu
  750. Make .C
  751. Create .C file that contains code of procedure to download VGA
  752. font. 
  753.  Menu
  754. Make .PAS
  755. Create .PAS file that contains code of procedure to download VGA
  756. font. 
  757.  Menu
  758. Download
  759. Download editing VGA
  760. font. 
  761.  Epson Printer Font
  762. Epson FX-80 font is a bitmapped 11 x 8 font. Normally the last two columns are left blank - this forms the space between characters. In some instances you may want the character to touch. If so, use all 11 dot columns. Redefinition of box characters (characters num. 176 - 223) is not recommended - these characters use special 11 x 12 (one and a half high) matrix that can't be correctly redefined by user. Standard character matrix is 11 x 8, but distance between centers of two adjacent dots is only half of dot diameter, i.e., you actually see a 6 x 8 matrix. Therefore if the dots in 1st, 3rd, 5th, 7th, 9th and 11th columns were printed you can see contiguous line of 6 dots length. a
  763.          1st                          11th
  764.           
  765.                              
  766.        
  767.   1st  
  768.        
  769.        
  770.        
  771.        
  772.        
  773.        
  774.        
  775.        
  776.   8    
  777.        
  778.        
  779.        
  780.        
  781.        
  782.        
  783.        
  784.   8th  
  785.        
  786.        
  787.                                    
  788.        
  789.   11  
  790. There is also an overlap problem: printer working in single strike mode can't print two immediately adjacent dots - second dot won't be printed (on the contrary, some printers can't print the first dot). See example: 
  791.              Matrix         
  792.        Really Printed
  793.                             
  794.      
  795.          
  796.      
  797.        
  798.            
  799.        
  800.      
  801.          
  802.      
  803.        
  804.            
  805.        
  806.      
  807.          
  808.      
  809.        
  810.            
  811.        
  812.      
  813.          
  814.      
  815.        
  816.            
  817.        
  818.      
  819.          
  820.      
  821.                             
  822.      single dot in          
  823.     this single dot
  824.      second column          
  825.     will be printed
  826.                             
  827.                             
  828.      
  829.          
  830.      
  831.        
  832.            
  833.        
  834.      
  835.          
  836.       
  837.      
  838.            
  839.       
  840.      
  841.          
  842.      
  843.        
  844.            
  845.        
  846.      
  847.          
  848.      
  849.        
  850.            
  851.        
  852.      
  853.          
  854.      
  855.                             
  856.     dots   in   1st         
  857.     both these dots
  858.     and 3rd columns         
  859.     will be printed
  860.                             
  861.                             
  862.      
  863.          
  864.      
  865.        
  866.            
  867.        
  868.      
  869.          
  870.      
  871.      
  872.            
  873.      
  874.      
  875.          
  876.      
  877.        
  878.            
  879.        
  880.      
  881.          
  882.      
  883.        
  884.            
  885.        
  886.      
  887.          
  888.      
  889.                             
  890.     dots   in   1st         
  891.     both these dots
  892.     and 2nd columns         
  893.     will be printed
  894.                             
  895.                             
  896.      
  897.          
  898.        
  899.            
  900.       
  901.      
  902.          
  903.      
  904.            
  905.      
  906.          
  907.        
  908.            
  909.       
  910.      
  911.          
  912.        
  913.            
  914.       
  915.      
  916.          
  917.                             
  918.   overlap of  dots in       
  919.    will  print  only
  920.   1st and 2nd columns       
  921.    dot in first column
  922.                             
  923.                             
  924.                             
  925.      
  926.          
  927.      
  928.        
  929.            
  930.        
  931.      
  932.          
  933.      
  934.      
  935.          
  936.      
  937.      
  938.          
  939.      
  940.        
  941.            
  942.        
  943.      
  944.          
  945.      
  946.        
  947.            
  948.        
  949.      
  950.          
  951.      
  952.                             
  953.  overlap  of dots in 1st,   
  954.   will    print   only   two
  955.  2nd, 3rd and 4th columns   
  956.   dots in 1st and 3rd column
  957.                             
  958. When printer work in double strike mode, overlap is enabled - two adjacent dots will be printed. Therefore it is recommended to disable overlap in editor menu when you edit font for single strike mode, and to enable overlap when you edit font for double strike mode. 
  959. Any character may be shifted 1 dot down (see 'Local
  960. options' in editor menu). Characters with descenders (such as 'p' or 'g') use this option. See example: z
  961.           
  962.     Without Shift Down    
  963.     With Shift Down
  964.           
  965.                           
  966.           
  967.           
  968.           
  969.   Matrix  
  970.           
  971.           
  972.           
  973.           
  974.           
  975.                           
  976.           
  977.                           
  978.           
  979.           
  980.           
  981.   Really  
  982.   Printed 
  983.           
  984.           
  985.           
  986.           
  987.                           
  988.         
  989.           
  990.                           
  991. When printer work in proportional spacing mode there may be printed characters with width different than 11 columns. For this you need to redefine starting (1..7) and ending (2..12) column for each character whose width you want to change (see 'Local options' in editor menu). See example: [
  992.          Bounds        
  993.          Matrix         
  994.       Really Printed
  995.                        
  996.                         
  997.                        
  998.                        
  999.   Starting column:  4  
  1000.                        
  1001.                        
  1002.   Ending column:    8  
  1003.                        
  1004.                        
  1005.                        
  1006.                         
  1007.                        
  1008.                         
  1009.                        
  1010.                        
  1011.   Starting column:  1  
  1012.                        
  1013.                        
  1014.   Ending column:   11  
  1015.                        
  1016.                        
  1017.                        
  1018.                         
  1019.                        
  1020.                         
  1021.                        
  1022.                        
  1023.   Starting column:  2  
  1024.                        
  1025.                        
  1026.   Ending column:    7  
  1027.                        
  1028.                        
  1029.                        
  1030.                         
  1031.                        
  1032.                         
  1033.                        
  1034.                        
  1035.   Starting column:  1  
  1036.                        
  1037.                        
  1038.   Ending column:    6  
  1039.                        
  1040.                        
  1041.                        
  1042.                         
  1043. Maximal character width is 11 dots. It is impossible define dot in 12 column, but last column may be defined as 12th column (it's the default). If last column is defined as 11th column, then next (12) column is also 1st column of next letter. If 11th column of current letter and 1st column of next letter contains adjacent dots, they may possibly overlap and characters won't print correctly. For example, let's print '
  1044. ' characters that are defined as 11-column wide. 
  1045.                     12th 
  1046.                           
  1047.      
  1048.      
  1049.      
  1050.      
  1051.      
  1052.      
  1053.      
  1054.      
  1055.                           
  1056. Because of overlap between 11th column of first character and 1st column of second character result was printed incorrectly. @
  1057. And now let's print this characters defined as 12-column wide. 
  1058.                     12th 
  1059.                           
  1060.                           
  1061. This trick is recommended also when you edit font for proportional spacing mode - use 1 column more than needed. 7
  1062. For more information see user manual of your printer. 
  1063.  Epson Font Editor
  1064. This utility is used to edit Epson
  1065. printer
  1066. font and save result of editing as .ASM, .C or .PAS file that contain data for changing Epson font or in internal format. !
  1067. The Epson font editor contains: 
  1068.  the edit
  1069. window
  1070.  the 'Menu' button
  1071.  the 'See
  1072. Font' button
  1073.  the ASCII
  1074. table
  1075.  the editing
  1076. letter
  1077. indicator
  1078.  the short help text
  1079.  The Edit Window
  1080. In left side of Epson font editor window you can see framed rectangle - edit window. 
  1081.          Edit Window
  1082.               
  1083.               
  1084.      
  1085.      
  1086.      
  1087.      
  1088.      
  1089.      
  1090.  Cursor
  1091.      
  1092.      
  1093.      
  1094.      
  1095.      
  1096.      
  1097.      
  1098.  YY:XX 
  1099.           
  1100.           
  1101.  Position Indicator
  1102. Cursor is a blinking square in the edit window. 
  1103. Position indicator at the bottom of the edit window frame shows the cursor's position (the current line and column number) as YY:XX, where YY is the line number and XX is the column number. 
  1104.  Available keys are:
  1105.   Key                  
  1106.   Action
  1107.   Arrow Keys           
  1108.   Move Cursor
  1109.   PgUp/PgDn            
  1110.   Go to Bottom/Top of Column
  1111.   Home/End             
  1112.   Go to Begin/End of Line
  1113.   Ctrl-PgUp/Ctrl-PgDn  
  1114.   Select Next/Previous Letter
  1115.   Ctrl-Home/Ctrl-End   
  1116.   Select First/Last Letter
  1117.   ^Left/^Right         
  1118.   Shift Left/Right
  1119.   ^U/^D                
  1120.   Shift Up/Down
  1121.   ^Del/^Ins            
  1122.   Delete/Insert Line
  1123.   ^E/^W                
  1124.   Delete/Insert Column
  1125.   ^C/^F                
  1126.   Clear/Fill
  1127.   ^V/^H                
  1128.   Vertical/Horizontal Flip
  1129.  See also:
  1130.   Epson
  1131.  The Editing Letter Indicator
  1132. The editing letter indicator is a specialized view, displayed at the bottom of the Epson font editor window frame. The editing character and hexadecimal and decimal ASCII values of this character are displayed. If editing font was modified, a '
  1133. ' character (the modification indicator) will be displayed at the bottom of the edit window frame. 
  1134.                                                     
  1135.  Char: A Decimal: 65 Hexa: 41 
  1136.      
  1137.      
  1138.  Modification Indicator
  1139.  The ASCII Table
  1140. The ASCII table displays the entire IBM PC character set. The defined characters are highlighted. If ASCII table is selected, the current character is marked by a blinking block cursor. Otherwise current character is highlighted and marked by a different background color. Current character is also displayed at the editing letter indicator. A new character is selected by pressing it on the keyboard, by clicking the mouse on it in the chart, or by moving the cursor using the cursor keys. 
  1141.  See also:
  1142.   Epson
  1143.  The 'Menu' Button
  1144. The 'Menu' button opens the  Epson font editor menu. 
  1145.  The 'See Font' Button
  1146. The 'See Font' button opens a graphic screen that show defined characters. To resume press any key. 
  1147.  See also:
  1148.   Epson
  1149.  Menu
  1150. The Open command displays the Open a File dialog box. In this dialog box you select the .PFE file you want edit. 
  1151.  Menu
  1152. The New command creates a new empty .PFE file. The file name is 'NONAME.PFE'. 
  1153.  Menu
  1154. Save current .PFE file. If the file has a default name (such as NONAME.PFE), this option is opened as dialog box so you can rename the file and save it in a different directory or on a different drive. 
  1155.  Menu
  1156. Save As
  1157. Save As opens up the Save File As dialog box, where you can save the editing font under a different name, in a different directory, or on a different drive. ]
  1158. You can enter the new file name, including the drive and directory, and click or choose OK. 
  1159.  Menu
  1160. Merge
  1161. Merge characters from another Epson font file. 
  1162.  Merge Font Dialog
  1163. The Merge Font dialog allows to select characters to be copied from selected font file and position of these characters in editing font file. The "From" table shows the selected font file - used characters are highlighted, you can select some characters which will be copied by Shift-ArrowKeys or by mouse (selected characters will be marked by different background color). The "Into" table shows editing font - used characters are highlighted, you can select starting position to copy characters by arrow keys (area which will be owerwritten will be marked by different background color). Indicator at the bottom of window shows which characters will be copied into which characters. 
  1164.  See also
  1165.   Epson
  1166.  Menu
  1167. Overlap
  1168. Enable/disable dot overlap. 
  1169.  See also:
  1170.   Epson
  1171.  Menu
  1172. Local Options
  1173. Open Local
  1174. Options dialog box that define for current character starting and ending column for proportional spacing, and allow shift character at printing time 1 dot down. 
  1175.  See also:
  1176.   Epson
  1177.  Local Options Dialog
  1178. The Local Options dialog box let you define for current character the starting and ending column,  and if to shift character at printing time 1 dot down. 
  1179.  See also:
  1180.   Epson
  1181.  Menu
  1182. Make .ASM
  1183. Create .ASM file that contains data that must be copied to the printer to download Epson
  1184. font. 
  1185.  Menu
  1186. Make .C
  1187. Create .C file that contains array that must be copied to the printer to download Epson
  1188. font. 
  1189.  Menu
  1190. Make .PAS
  1191. Create .PAS file that contains array that must be copied to the printer to download Epson
  1192. font. 
  1193.  Menu
  1194. Make .BIN
  1195. Create .BIN file that contains data that must be copied to the printer to download Epson
  1196. font. Use DOS command 
  1197.   COPY FILENAME.BIN PRN /B
  1198. to correctly copy this file. 
  1199.  Menu
  1200. Download
  1201. Download editing Epson
  1202. font. 
  1203.  Keyboard Map
  1204. Computer keyboar mapped as english type-writer. It's comfortable when you type an english text, but if you want use a foreign language you need to use special characters that can't be typed using standard keyboard and your keyboard will be uncomfortable. If you want type any foreign language text, you need remap your keyboard. 
  1205.  Keyboard Map Editor
  1206. This is utility is for creating new keyboard
  1207. map and saving result of editing as .ASM, .C or .PAS file that contain a procedure for convertion from standard to new keyboard map. #
  1208. The keyboard map editor contains: Z
  1209.  the edit
  1210. window
  1211.  the 'Menu' button
  1212.  the 'Try
  1213. It' button
  1214.  the short help text
  1215.  The Edit Window
  1216. At the bottom of keyboard map editor window you can see a keyboard picture - edit window. W
  1217.                                 Edit Window
  1218.                                      
  1219.                                      
  1220.  BckSp 
  1221.      
  1222.   Caps  
  1223.   Lock  
  1224.  Enter  
  1225.          
  1226.         
  1227.   Shift  
  1228.  Shift  
  1229. Selected key will be marked by different color. P
  1230. If key value was changed then new key value will be displayed and highlighted. 
  1231. If editing keyboard map was modified, a '
  1232. ' character (the modification indicator) will be displayed at the bottom of the keyboard map editor window frame. ;
  1233.   Modification Indicator
  1234.  Available keys are:
  1235.   Key            
  1236.   Action
  1237.   Arrow Keys     
  1238.   Move Cursor
  1239.   PgUp/PgDn      
  1240.   Go to Bottom/Top of Column
  1241.   Home/End       
  1242.   Go to Begin/End of Line
  1243.   Enter/SpaceBar 
  1244.   Edit Key
  1245.   ^R             
  1246.   Reset Default Key Value
  1247.  See also:
  1248.   Keyboard
  1249.  Get Key Value Dialog
  1250. The Get Key Value dialog allows select characters they will be generated when editing key pressed without Shift (lower case) and with Shift (upper case). In the dialog you can see picture of editing key with two input lines - lower input line allows accept character for lower case and upper - for upper case. If DownArrow pressed or [
  1251. ] button clicked by mouse then will be opened Select
  1252. ASCII
  1253. Dialog that allows accept character. 
  1254.  Select ASCII Dialog
  1255. The Select ASCII dialog displays the entire IBM PC character set. The current character is marked by a blinking block cursor, and the hexadecimal and decimal ASCII values of the character are displayed below the chart. A new character is selected by pressing it on the keyboard, by clicking the mouse on it in the chart, or by moving the cursor using the cursor keys. Press Enter or click on the OK button to accept selected character. 
  1256.  The 'Menu' Button
  1257. The 'Menu' button opens keyboard map editor menu. 
  1258.  The 'Try It' Button
  1259. The 'Try It' button opens Try
  1260. Keyboard dialog that allows you to try editing keyboard map. 
  1261.  Try Keyboard Dialog
  1262. The Try Keyboard dialog allows to try editing keyboard map. 
  1263.  Menu
  1264. The Open command displays the Open File dialog box. In this dialog box you select the .KME file you want to edit. 
  1265.  Menu
  1266. The New command creates a new empty .KME file. The file name is 'NONAME.KME'. 
  1267.  Menu
  1268. Save current .KME file. If the file has a default name (such as NONAME.KME), this option is opened as dialog box so you can rename the file and save it in a different directory or on a different drive. 
  1269.  Menu
  1270. Save As
  1271. Save As opens up the Save File As dialog box, where you can save the editing keyboard map under a different name, in a different directory, or on a different drive. ]
  1272. You can enter the new file name, including the drive and directory, and click or choose OK. 
  1273.  Menu
  1274. Make .ASM
  1275. Create .ASM file that contains code of procedure for convertion from standard to new keyboard
  1276. map. 
  1277.  Menu
  1278. Make .C
  1279. Create .C file that contains code of function for convertion from standard to new keyboard
  1280. map. 
  1281.  Menu
  1282. Make .PAS
  1283. Create .PAS file that contains code of function for convertion from standard to new keyboard
  1284. map. 
  1285.  Go To Line Number Dialog
  1286. The Go To Line Number dialog jumps to the required line in editor. Enter in which line of source code you want to go to. 
  1287.  Keyboard Speed Dialog
  1288. The Keyboard Speed dialog lets you set keyboard speed (for AT-style machine only). This determines how long the machine will delay before repeating a character when you are holding down a key, and how many characters it will repeat per second. This does not affect your typing speed. You have to move your fingers faster if you want to type faster! But it makes editing go faster since a fast keyboard lets you zip around the screen. Type some keys to see the effect in the Keyboard Test Pad input line. Try holding down a single key, such as  X , to see how the settings will affect keyboard operation. Most people prefer a speed around 20-25 character/second and the minimum delay (.25 second). 
  1289.  Execute DOS Command Dialog
  1290. The Execute DOS Command dialog executes a single DOS command. Enter DOS command to be executed. 
  1291. * *#*&*)***+*,*-*.*/*0*1*2*3*4*5*6*7*
  1292.